1*36dcc4a4SLionel Sambuc# $NetBSD: CP1163%UCS.src,v 1.1 2007/06/18 16:19:30 tnozaki Exp $ 2*36dcc4a4SLionel Sambuc 3*36dcc4a4SLionel Sambuc# Copyright (c)2007 Citrus Project, 4*36dcc4a4SLionel Sambuc# All rights reserved. 5*36dcc4a4SLionel Sambuc# 6*36dcc4a4SLionel Sambuc# Redistribution and use in source and binary forms, with or without 7*36dcc4a4SLionel Sambuc# modification, are permitted provided that the following conditions 8*36dcc4a4SLionel Sambuc# are met: 9*36dcc4a4SLionel Sambuc# 1. Redistributions of source code must retain the above copyright 10*36dcc4a4SLionel Sambuc# notice, this list of conditions and the following disclaimer. 11*36dcc4a4SLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright 12*36dcc4a4SLionel Sambuc# notice, this list of conditions and the following disclaimer in the 13*36dcc4a4SLionel Sambuc# documentation and/or other materials provided with the distribution. 14*36dcc4a4SLionel Sambuc# 15*36dcc4a4SLionel Sambuc# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16*36dcc4a4SLionel Sambuc# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17*36dcc4a4SLionel Sambuc# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18*36dcc4a4SLionel Sambuc# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19*36dcc4a4SLionel Sambuc# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20*36dcc4a4SLionel Sambuc# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21*36dcc4a4SLionel Sambuc# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22*36dcc4a4SLionel Sambuc# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23*36dcc4a4SLionel Sambuc# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24*36dcc4a4SLionel Sambuc# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25*36dcc4a4SLionel Sambuc# SUCH DAMAGE. 26*36dcc4a4SLionel Sambuc# 27*36dcc4a4SLionel Sambuc 28*36dcc4a4SLionel SambucTYPE ROWCOL 29*36dcc4a4SLionel SambucNAME "CP1163/UCS" 30*36dcc4a4SLionel SambucSRC_ZONE 0x00-0xFF 31*36dcc4a4SLionel SambucOOB_MODE ILSEQ 32*36dcc4a4SLionel SambucDST_ILSEQ 0xFFFE 33*36dcc4a4SLionel SambucDST_UNIT_BITS 16 34*36dcc4a4SLionel Sambuc 35*36dcc4a4SLionel SambucBEGIN_MAP 36*36dcc4a4SLionel Sambuc# 37*36dcc4a4SLionel Sambuc# CP1163 - Vietnamese ISO-8 38*36dcc4a4SLionel Sambuc# this mapping data is made from: 39*36dcc4a4SLionel Sambuc# ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/ 40*36dcc4a4SLionel Sambuc# CP0{01163,01258}.{pdf,txt} 41*36dcc4a4SLionel Sambuc# ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1258.TXT 42*36dcc4a4SLionel Sambuc# 43*36dcc4a4SLionel Sambuc0x00 - 0xA3 = 0x0000 - 44*36dcc4a4SLionel Sambuc0xA4 = 0x20AC 45*36dcc4a4SLionel Sambuc0xA5 - 0xA7 = 0x00A5 - 46*36dcc4a4SLionel Sambuc0xA8 = 0x0153 47*36dcc4a4SLionel Sambuc0xA9 - 0xB3 = 0x00A9 - 48*36dcc4a4SLionel Sambuc0xB4 = 0x0178 49*36dcc4a4SLionel Sambuc0xB5 - 0xB7 = 0x00B5 - 50*36dcc4a4SLionel Sambuc0xB8 = 0x0152 51*36dcc4a4SLionel Sambuc0xB9 - 0xC2 = 0x00B9 - 52*36dcc4a4SLionel Sambuc0xC3 = 0x0102 53*36dcc4a4SLionel Sambuc0xC4 - 0xCB = 0x00C4 - 54*36dcc4a4SLionel Sambuc0xCC = 0x0300 55*36dcc4a4SLionel Sambuc0xCD - 0xCF = 0x00CD - 56*36dcc4a4SLionel Sambuc0xD0 = 0x0110 57*36dcc4a4SLionel Sambuc0xD1 = 0x00D1 58*36dcc4a4SLionel Sambuc0xD2 = 0x0309 59*36dcc4a4SLionel Sambuc0xD3 = 0x00D3 60*36dcc4a4SLionel Sambuc0xD4 = 0x00D4 61*36dcc4a4SLionel Sambuc0xD5 = 0x01A0 62*36dcc4a4SLionel Sambuc0xD6 - 0xDC = 0x00D6 - 63*36dcc4a4SLionel Sambuc0xDD = 0x01AF 64*36dcc4a4SLionel Sambuc0xDE = 0x0303 65*36dcc4a4SLionel Sambuc0xDF - 0xE2 = 0x00DF - 66*36dcc4a4SLionel Sambuc0xE3 = 0x0103 67*36dcc4a4SLionel Sambuc0xE4 - 0xEB = 0x00E4 - 68*36dcc4a4SLionel Sambuc0xEC = 0x0301 69*36dcc4a4SLionel Sambuc0xED - 0xEF = 0x00ED - 70*36dcc4a4SLionel Sambuc0xF0 = 0x0111 71*36dcc4a4SLionel Sambuc0xF1 = 0x00F1 72*36dcc4a4SLionel Sambuc0xF2 = 0x0323 73*36dcc4a4SLionel Sambuc0xF3 = 0x00F3 74*36dcc4a4SLionel Sambuc0xF4 = 0x00F4 75*36dcc4a4SLionel Sambuc0xF5 = 0x01A1 76*36dcc4a4SLionel Sambuc0xF6 - 0xFC = 0x00F6 - 77*36dcc4a4SLionel Sambuc0xFD = 0x01B0 78*36dcc4a4SLionel Sambuc0xFE = 0x20AB 79*36dcc4a4SLionel Sambuc0xFF = 0x00FF 80*36dcc4a4SLionel SambucEND_MAP 81